OccurrenceItemId Constructor (String, Int32) |
Initializes a new instance of the OccurrenceItemId class.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic OccurrenceItemId(
string id,
int index
)
Public Sub New (
id As String,
index As Integer
)
Parameters
- id
- Type: SystemString
- index
- Type: SystemInt32
See Also